home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / 3dpaint / p3iaeyed.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.9 KB  |  76 lines

  1.  
  2. // JavaScript wrapper for p3iaeyed.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAEYEDROPPER_H = 1;
  7. include("real/intact/r3ianurb.js")
  8.  
  9.  
  10. var R3CLID_IAEYEDROPPER = 1603;
  11.  
  12.  
  13.  
  14.  
  15. R3IAEYEDA_Color = 1603500;
  16. function SetR3IAEYEDA_Color(value) {
  17.   R3Set(this.r3obj, R3IAEYEDA_Color, value, R3TID_COLOR_RGB, 0); 
  18. }
  19.  
  20. function GetR3IAEYEDA_Color() {
  21.   return R3Get(this.r3obj, R3IAEYEDA_Color, R3TID_COLOR_RGB, 0); 
  22. }
  23.  
  24. R3IAEYEDA_Position = 1603501;
  25. function SetR3IAEYEDA_Position(value) {
  26.   R3Set(this.r3obj, R3IAEYEDA_Position, value, R3TID_VECTOR, 0); 
  27. }
  28.  
  29. function GetR3IAEYEDA_Position() {
  30.   return R3Get(this.r3obj, R3IAEYEDA_Position, R3TID_VECTOR, 0); 
  31. }
  32.  
  33. R3IAEYEDA_UVW = 1603502;
  34. function SetR3IAEYEDA_UVW(value) {
  35.   R3Set(this.r3obj, R3IAEYEDA_UVW, value, R3TID_VECTOR, 0); 
  36. }
  37.  
  38. function GetR3IAEYEDA_UVW() {
  39.   return R3Get(this.r3obj, R3IAEYEDA_UVW, R3TID_VECTOR, 0); 
  40. }
  41.  
  42. R3IAEYEDA_Normal = 1603503;
  43. function SetR3IAEYEDA_Normal(value) {
  44.   R3Set(this.r3obj, R3IAEYEDA_Normal, value, R3TID_VECTOR, 0); 
  45. }
  46.  
  47. function GetR3IAEYEDA_Normal() {
  48.   return R3Get(this.r3obj, R3IAEYEDA_Normal, R3TID_VECTOR, 0); 
  49. }
  50.  
  51. R3IAEYEDA_Hit = 1603504;
  52. function GetR3IAEYEDA_Hit() {
  53.   return R3Get(this.r3obj, R3IAEYEDA_Hit, R3TID_INTEGER, 0); 
  54. }
  55.  
  56.  
  57.  
  58. function r3Iaeyedropper () { 
  59.    this.base = r3God;
  60.    if(arguments.length) {
  61.       this.base(R3CLID_IAEYEDROPPER, arguments);
  62.    }
  63.    // Attributes
  64.    this.GetColor=GetR3IAEYEDA_Color;
  65.    this.SetColor=SetR3IAEYEDA_Color;
  66.    this.GetPosition=GetR3IAEYEDA_Position;
  67.    this.SetPosition=SetR3IAEYEDA_Position;
  68.    this.GetUVW=GetR3IAEYEDA_UVW;
  69.    this.SetUVW=SetR3IAEYEDA_UVW;
  70.    this.GetNormal=GetR3IAEYEDA_Normal;
  71.    this.SetNormal=SetR3IAEYEDA_Normal;
  72.    this.GetHit=GetR3IAEYEDA_Hit;
  73. }
  74.  
  75. r3Iaeyedropper.prototype=new r3Intact;
  76. // p3iaeyed.h_H